home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2005 October
/
PCWOCT05.iso
/
Software
/
FromTheMag
/
Syn Text Editor 2.1.0.46
/
synsetup-2.1.0.46.exe
/
{app}
/
templates
/
syn Scripts
/
PerlScript.pl
< prev
next >
Wrap
Text File
|
2003-04-14
|
291b
|
13 lines
# Caption: <Text from the Menuitem>|
# Hint: <The Hint from the Menuitem>|
# Icon: <The Icon from the Menuitem>|
# ScriptEngine=PerlScript
sub Main {
my ($FileName) = @_; # The Filename of the Script
# To Do: Add usercode here
Echo("Hi, this is Perl! $FileName");
}